<checkbox id="standoutcheck" preference="standout" label="Highlight the currently selected tab."/>
</hbox>
</groupbox>
<groupbox align="left" >
<caption label="Miscellaneous" />
<checkbox id="clrCtxMenu" label="Enable context menu on the tabs." preference="clrCtxMenu" />
<checkbox id="clrReverse" label="Reverse the text color on the tabs." preference="clrReverse" title="If the tab text becomes unreadable you may want to check this."/>
<checkbox id="clrTabBgnd" preference="clrBgPic" label="Enable a background image for tabs." oncommand="document.getElementById('image-path').disabled=!this.checked;document.getElementById('browseBgnd').disabled=!this.checked" />
<label class="text-link" onclick="ct.wOpen('http://www.binaryturf.com/?page_id=514')" value="Get background images" title="Get an smart stripe to use for tabs background."/>
<label class="text-link" style="cursor:pointer" tooltiptext="Visit Help and Documentation" onclick="ct.wOpen('http://www.binaryturf.com/free-software/colorfultabs-for-firefox/colorfultabs-documentation-and-help/');">Help and Documentation</label>
<label class="text-link" style="cursor:pointer" tooltiptext="Visit the support forums" onclick="ct.wOpen('http://forums.binaryturf.com/')">Support Forums</label>
<label style="font-family:'Times New Roman',Times,Georgia,serif;font-size:1.5em;font-style:italic" tooltiptext="Donate to ColorfulTabs" >We hope you've had great experience with ColorfulTabs and find it useful. If it is so please do consider donating to ColorfulTabs. </label>
var clrScheme = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService).getBranch("extensions.clrtabs.").getIntPref("scheme");
if(!el.checked || (clrScheme != 2))
{
if(prompt && clrScheme != 2)
{
alert("Please select \"Generate colors by Domain hostname\" under \"General\".")
var dpref = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService).getBranch("extensions.clrtabs.").getCharPref("dpref");